/js-fullstack

javascript fullstack

Primary LanguageCoffeeScriptApache License 2.0Apache-2.0

The application

A fullstack js app (nodejs, express, mysql, angular, bootstrap)

Running

  1. Environment
  2. install nodejs with npm
  3. npm install bower gulp -g
  4. Configure
  5. MySQL (find a schema.sql and test data in /sql folder, find config.jon file in the /backend folder)
  6. other (find settings.json file in the root / folder)
  7. npm install
  8. gulp
  9. npm start (you can specify a port, e.g. npm start 1024, 3001 - default port)
  10. open browser on http://localhost:3001 (not 127.0.0.1:3001)

For windows users

There might be some extra unexpected work when install dependencies (to run redis correctly please use this https://github.com/rgl/redis/downloads and run it from a command line)