Skip to content

Latest commit

 

History

History
31 lines (26 loc) · 975 Bytes

README.md

File metadata and controls

31 lines (26 loc) · 975 Bytes

react-project-boilerplate ✌️🧞‍♀️

A simple boilerplate for React projects. This repo initialises base dependencies and file structure of a typical starting point.

This is a template repository, so to start using this template with the same directory structure and files, hit "Use this Template" at the top of the page.

Alternatively, just fork this repo, add your projects name and get started.

This is the structure of the file system:

.
├── client
│   ├── actions
│   │   └── index.js
│   ├── api
│   ├── components
│   │   ├── App.jsx
│   ├── reducers
│   │   ├── index.js
│   └── index.js
├── server
|    ├── public
│    |     ├── index.html
│    |     └── main.css
│    ├── index.js
│    └── server.js
├── .gitignore
├── package.json
├── README.md
└── webpack.config.js