Skip to content

enaluz/react-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

react-boilerplate

Boilerplate for a React project.

Getting Started

Assuming you have both node and npm installed and have navigated to the root folder:

First, install the dependencies using

npm install

Then, once the dependencies are installed, start the project using:

npm start

The project will then be available at http://localhost:8000

File Structure

node_modules/

public/
  index.html

src/
  assets/
    images/
      someImage.png
  components/
    FolderName/
      FileName.css
      FileName.jsx
  layouts/
    FolderName/
      FileName.jsx
  routes/
    routes.js
  views/
    FolderName/
      FileName.jsx

About

Simple React boilerplate.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published