/web-prototype

Prototypes for new website components in React

Primary LanguageJavaScriptApache License 2.0Apache-2.0

web-prototype

Prototypes for new website components in React.

Build

Uses Node.js version 16 and npm version 8. (You can use nvm to install both and conveniently switch between node versions.) Then run the following as needed:

# Install dependencies
npm install

# Run development server with hot reloading 
npm start

# Build development package
npm run build