Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1.07 KB

README.md

File metadata and controls

30 lines (21 loc) · 1.07 KB

React-Boilerplate

A React-Boilerplate for the Technopathic Full-Stack Web Development series.

This boilerplate includes generators for containers and components. It includes features such as CSS-loading and Styled-Components. React-Icons, React-Responsive, and Material-UI are also included by default for UI/UX design.

Getting Started

To quickly get started, fork this repo and clone it onto your local computer. Then run npm install to install all of the necessary libraries.

git clone https://github.com/Technopathic/react-boilerplate.git
cd react-boilerplate
npm install

From there you should go ahead and generate a new Container for Home npm run generate container. Next, you should uncomment the Home route in the routes.js file.

To run the server, simply do npm run start and your development website will be on https://localhost:3000.

Commands

To generate Containers: npm run generate container

To generate Components: npm run generate component

Thanks

Special thanks to MXSTBR for his React-Boilerplate and the original build scripts.

License

MIT