Skip to content

ninhva/react-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

1a95bcd · Mar 8, 2017

History

2 Commits
Mar 8, 2017
Mar 8, 2017
Mar 8, 2017
Mar 8, 2017
Mar 8, 2017
Mar 8, 2017
Mar 6, 2017
Mar 8, 2017
Mar 8, 2017
Mar 8, 2017
Mar 8, 2017
Mar 8, 2017

Repository files navigation

React Boileplate

Requirements installed

These are the minimum requirements for the project setup:

Getting started

Open your preferred command line tool and run follow some steps below:

  1. git clone https://github.com/ninhva/react-boileplate.git.
  2. cd react-boileplate.
  3. npm install automatically to install plugins required for the build script based in package.json file.
  4. npm run dev to preview and development. This command auto run url http://localhost:3000 in your browser.
  5. npm run build to build final version.

Project structure


react-boilerplate/
├── src/
│   ├── actions
│   ├── api
│   ├── assets
│   │   ├── fonts
│   │   ├── images
│   │   └── styles
│   ├── components
│   │   ├── layout
│   │   ├── modules
│   │   └── pages
│   ├── constants
│   ├── reducers
│   ├── routes
│   └── index.html
│   └── index.js
└── package.json

License

MIT License

About

React Boilerplate

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published