Skip to content

Oscar-21/MeshNetwork-FrontEnd

 
 

Repository files navigation

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

About

Front-End For the MeshNetwork

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 79.5%
  • CSS 20.2%
  • HTML 0.3%