Skip to content

juneate/react-simple-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quick React Demo

A quick React demo and test. To run from the command line (in this root folder):

1. Install the Node Modules

npm install

2. Create empty /src folders, if they don't exist

mkdir -p src/components src/containers src/contexts src/pages src/utils src/css src/img

3. Run the Webpack test server

npm start

4. Build public files to /dist

Only required when publishing live online.

npm run build

5. Deploy to Netlify

Update the siteId property in .netlify/state.json. Then run the following:

npm run deploy

About

A simple React template with Babel and Webpack.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors