Skip to content

BuzzBumble/mondaytiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

89 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Monday Tiles

For the Monday Apps Challenge

This project was bootstrapped with Create React App.

Basic Setup

  1. Clone and install
$ git clone git@github.com:BuzzBumble/mondaytiles.git
$ cd mondaytiles
$ npm i

Available Scripts

In the project directory, you can run:

npm start

Runs the app in the development mode and exposes an ngrok URL.

npm run local

Runs server locally without ngrok

You can manually run ngrok with ngrok http 8301

npm test

  • tests not yet implemented

Launches the test runner in the interactive watch mode.
See the section about running tests for more information.

npm run build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

Environment Variables

.env contains all general NON-SECRET environment variables (PORT, BROWSER, etc)

Create a local .env.*.local file to override values or add new variables. eg. .env.development.local

Other .env.* files can be used locally. Check the .gitignore for files that will be ignored automatically or reference create-react-app custom environment variables

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published