Skip to content

Awesome-React-Modules/React-Dark-Website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React-Dark-Website

Production repository for React-Dark. To see the live App click here

Prerequisites

  • npm
  • NodeJS

Steps to set the environment

  1. Clone the repository
 git clone https://github.com/Awesome-React-Modules/React-Dark.git
  1. Install Dependencies
npm install --save react-dark	

Playground

Find Codepen Implementation of the module here .

Available Scripts

In the project directory, you can run:

npm install

installs all the dependencies of the app from package.json file.

npm start

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

npm test

Launches the test runner in the interactive watch mode.

npm run build

Builds the app for production to the build folder. This would create a new public folder, which can be used to deploy the app on a production server.
The page will reload if you make edits.
You will also see any lint errors in the console.