Skip to content

pennymac/archive-reactive-pennypixels

Repository files navigation

React with PennyPixels

Boilerplate code to start a new PennyPixels or bootstrap project.

Clone this repo and make a new app.

Getting Setup

This software needs to be installed before you can build the project.

  1. Node.js / NPM

Install development and runtime dependencies with:

npm install

Build Project

To run the development server:

npm start

To bundle the project:

npm run build

To run the tests:

npm test

To lint the code:

npm run lint

Deploy

This project is configured to deploy to Heroku.

You must set environment variable NPM_CONFIG_PRODUCTION = false in order to install the dev dependencies.

About

Boilerplate for React.js programming and PennyPixels

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published