forked frombuckyroberts/React-Boilerplate
- Notifications
You must be signed in to change notification settings - Fork0
React boilerplate for thenewboston tutorials.
NotificationsYou must be signed in to change notification settings
adolfoCastelo1/React-Boilerplate
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
React boilerplate thenewboston tutorials.
To get started simply download the repo using the link below. All required files are included.
https://github.com/buckyroberts/React-Boilerplate/archive/master.zip
You can also use Gulp to add additional build tasks. To use, follow the instructions below.
Navigate to the root directory and run the following command:
> npm install
After modules are installed, you can start watching for SCSS changes using the command:
> gulp
You can install more modules and configure them in thegulpfile.js file as needed.