Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mathewjordan/react-boilerplate


https://github.com/mathewjordan/react-boilerplate

Last synced: 13 days ago
JSON representation

Awesome Lists containing this project

README

        

## Requirements
[Yarn](https://yarnpkg.com/lang/en/docs/install)

## Install Webpack, Babel, and React
1. Go to root directory of project in terminal.
2. Run `yarn`
3. If build process complete, a `node_modules` directory have been generated

## Other Commands

- Run webpack build process:
`yarn build`
- Open react app in browser for active development: `yarn start`