Skip to content

rozig/reactjs-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React.js Boilerplate

Build Status dependencies Status devDependencies Status Language grade: JavaScript

Boilerplate for React.js projects.

Prerequisites

  • yarn
  • node js

Folder Structure

├── public
│   ├── index.html
├── src
│   ├── assets
│   ├── components
│   │   ├── test
│   │   │   ├── Test.jsx
│   │   │   ├── Test.scss
│   │   │   ├── Test.test.jsx
│   ├── pages
│   ├── App.jsx
│   ├── App.scss
├── package.json
├── README.md
├── webpack.config.js
└── yarn.lock

Install

  1. Clone the repository git clone https://github.com/rozig/reactjs-boilerplate.git

  2. Install dependencies yarn install

Scripts

  1. Run tests yarn test

  2. Start Development Server yarn start

  3. Build Running yarn build script will create dist folder inside root folder which contains bundled javascript file, index.html and public files.

License

This project is licensed under the MIT License.

About

Boilerplate for React.js projects

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published