This is a base stack for React development. It has the most basic utilities to help a developer write code, check syntax errors, compile stylus code and the like.
####Installation Clone the repository to an empty folder by executing:
npm clone https://github.com/randgris-team/React-Stack.git
Then install the project dependencies by the following instruction:
npm install
####Global Dependencies As our project will use Grunt tasks, its recommended to install the Grunt CLI. This can be done by inputting:
npm install -g grunt-cli
####Development Before starting development process, there are two tasks that must be run on separate terminals (as they are blocking tasks):
grunt watch
This task will look over for changes on our .styl and .js(x) files.
grunt devserver
This task will initialize our Webpack Development Server on our local machine. By default, the content will be served on: