Skip to content

nrvarun/vikas-react

Repository files navigation

Vikas Marketing Site

Vikas marketing site with React, ES6, Babel, SASS on board

Requirements

You only need node.js pre-installed and you’re good to go.

Setup

Install dependencies

$ npm install or yarn install

Development

Run the local webpack-dev-server with livereload and autocompile on http://localhost:8080/

$ npm run dev or yarn dev

Deployment

Build the current application

$ npm run build or yarn build

If you're not familiar with webpack, the webpack-dev-server will serve the static files in your build folder and watch your source files for changes. When changes are made the bundle will be recompiled. This modified bundle is served from memory at the relative path specified in publicPath.

About

Vikas Marketing Site source code

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published