facebook-react
v1.0.0
Published
This project was generated with Facebook-react CLI version 1.0.0. ## Prerequisites
Downloads
10
Maintainers
Readme
Facebook-react-cli
This project was generated with Facebook App React CLI version 1.0.0.
Prerequisites
Both the CLI and generated project have dependencies that require Node 8.9 or higher, together with NPM 5.5.1 or higher.
Installation
BEFORE YOU INSTALL: please read the prerequisites
Install Globablly
npm install -g facebook-react
Install Locally
npm install facebook-react
Generate a project
facebook-react PROJECT-NAME
Navigate to http://localhost:3000/
. The app will automatically reload if you change any of the source files.
Development server
Run npm run development for a dev server. Navigate to http://localhost:3000/. The app will automatically reload if you change any of the source files.
Build
Run npm run build to build the project. The build artifacts will be stored in the public/ directory.