Skip to content

hvlong/reactjs-training

 
 

Repository files navigation

ReactJS Training Project

Table of contents

Info

Install project

  • 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

Run

  • Please make sure updated packages before run project ( yarn install )
  • At root project use command: yarn dev

Tools

  • Using Atom Editor
  • Install Atom packages: atom-beautify, linter, linter-eslint, react

Coding

Formatting

  • Please using 2 Spaces for indentation js files
  • Never mix tabs and spaces

Before commit

  • 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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 94.0%
  • HTML 6.0%