Skip to content

This is a boilerplate of how I set up a React project, which can be used as an alternative to create-react-app. Simply run npm install to get started.

Notifications You must be signed in to change notification settings

amym114/react-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

react-boilerplate

This is a boilerplate of how I set up a React project. It includes react, reactdom, webpack, webpack-cli, webpack-dev-server, and the necessary babel packages. After cloning or downloading the project, navigate to your project in your Terminal window and do the following:

(1) Run "npm install"

(2) Run "npm run dev"

After that, go to http://localhost:3000/ in your browser to see your app.

About

This is a boilerplate of how I set up a React project, which can be used as an alternative to create-react-app. Simply run npm install to get started.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published