Skip to content

Latest commit

 

History

History
60 lines (41 loc) · 1.9 KB

README.md

File metadata and controls

60 lines (41 loc) · 1.9 KB

Latest React JS

Repo to handle the React JS talks by MDJSN

About

This is a dummy boilerplate to be used by the team which includes the basic codebase linking the routes defined along with styled components

Installation

Clone the source locally:

$ git clone https://github.com/mdjsn/latest-reactjs
$ cd latest-reactjs

Install required node dependencies

$ yarn

Open in development mode:

$ yarn start

Open in production mode:

$ yarn build && serve -s build

Contributing

  1. Fork it (https://github.com/mdjsn/latest-reactjs/fork)
  2. Create your feature branch (git checkout -b feature/fooBar)
  3. Commit your changes (git commit -am 'Add some fooBar')
  4. Push to the branch (git push origin feature/fooBar)
  5. Create a new Pull Request

References

Licensing

The code in this project is licensed under GNU GPLv3 license.