/MdEditor

Primary LanguageJavaScript

React Boiler plate code

This is alternative to Create React App..

Installation

npm install

yup, it's that easy, just clone and hit npm install and your react bioler plate code is ready with all the feature similar to CRA(create-react-app)

Why to use Scratch build over CRA

CRA is very easy for all the React developers, but in CRA presence of files and unnecessary lines of code that we don't need and most of them we don't understand. It's always to good start React Application from scratch.

npm start

Runs the app in the development mode.
Open http://localhost:8080 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

npm run build

Builds the app for production to the dist folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

Learn More

You can learn more in the Create React App documentation.

To learn React, check out the React documentation.