- The project using ReactJS
- Author: Ngo Anh Viet - mr.nav90@gmail.com
- Install Nodejs & npm
- Install ReactJS: Getting Started
- Go to root project and install module packages: npm install or yarn install
- Create .env file and copy & paste variable to file like below:
APP_URL= API_SERVER= PORT=3000 NODE_ENV=development
- Please make sure updated packages before run project ( yarn install )
- At root project use command: yarn dev
- Using Atom Editor
- Install Atom packages: atom-beautify, linter, linter-eslint, react
- Please using 2 Spaces for indentation js files
- Never mix tabs and spaces
- Please don't include anything that not been developed by you.
- Please don't commit anything that can be regenerated from other things that were committed such as bower_components, node_modules.
- Your code, you must be cleanup and please check format code before commit ( tabs, spaces, blank ).
- In your message commit, please reference your issue for review task. Ex: Enigma-100.
- Please using develop brand for development and don't use master brand.