Skip to content

gracekishino/passing_thoughts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Passing Thoughts

A practice React project that records your passing thoughts and expires them after 15s.

This project was created using Create React App.

Installation

Use npm to install.

From the command line, navigate to the project directory and run:

npm install

Usage

To run the app in development mode, from the command line navigate to the project directory and run:

npm start

Open http://localhost:3000 to view it in your browser.

The page will reload when you make changes.
You may also see any lint errors in the console.

Tests

npm test

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

Build

npm run build

Builds the app for production to the build folder.