Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 517 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 517 Bytes

Crossword Exercise

This project was done with react

Using in dev mode

In the project directory, you can run:

yarn install

yarn start

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

Using in prod mode

yarn global add serve

serve -s build

Executes the built app correctly bundled to production and optimized for best performance.

Open http://localhost:5000 to view it in the browser.