Skip to content

kristoferjoseph/normal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Begin minimal app

Begin build status

A very simple Begin app with the minimum necessary file structure to get going on Begin

Getting started

  • Start the local dev server: npm start
  • Lint your code: npm run lint (after you've installed a linter, of course)
  • Run your tests: npm t (don't forget to write some!)

Reference

  • Quickstart - basics on working locally, project structure, deploying, and accessing your Begin app
  • Creating new routes - basics on expanding the capabilities of your app

Head to docs.begin.com to learn more!