/ttrs-frontend

ttrs frontend based on Atomic React

Primary LanguageJavaScript

ttrs-frontend

Initial Setting

$ git clone https://github.com/SWPP/ttrs-frontend.git
$ cd ttrs-frontend
$ npm install

Axios

$ npm install --save axios

Semantic UI for React

$ npm install --save semantic-ui-react semantic-ui-css

Notice

If you use WebStorm for this project,

  1. File -> Settings -> Language and Frameworks -> JavaScript -> React JSX -> Apply -> OK
  2. File -> Settings -> Editor -> Code Style -> JavaScript -> Set from -> Predefined Style -> JavaScript Standard Style -> Apply -> OK

backend APIs

ttrs-backend WIKI