Skip to content

sanmeranam/basic_react_app

Repository files navigation

A Basic React Setup

A basic setup of react and react-dom with webpack configuration.

Getting Started

To start with your basic/beginer app of react, if you like to refer this project, just need to clone or download this repository to your system. Before starting this sample app, your system should have some basic package installed.

Prerequisites

Take latest and stable version of node js, or you have already installed, check node version atleast 6+.

node -v
npm -v

Installing

Simply need to do install all require npm packages to this app.

for installation

npm install

Once all installing successed, we can somply start the application.

Running in dev serve

In defualt,the application will start in port number 8080. So application can be accessed http://localhost:8080.

User below command to start.

npm start

or

webpack-dev-server

Production Build

To run the final build of your application

npm run build

Built With

  • webpack - The webpack framework
  • npm - Npm Dependency Management
  • scss - Used to generate css
  • react - React js

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Authors

License

This project is licensed under the MIT License - see the LICENSE.md file for details