#Engine-Seed-Typescript
The Seed project for Famous Engine converted into TypeScript - good starting point for your next Famous Engine project with TypeScript.
###Installation
git clone https://github.com/borisvasilenko/famous-seed-typescript
cd famous-seed-typescript
# rm -rf .git && git init && git commit -m "Make it so" # optionally reset git history
npm i # install dependencies
###Development
Run the dev server with npm run dev
Now the dev server should be running on localhost:1618
Run the linters with npm run lint
Run All Tests with npm test
###Need help?
Please join us on the "famous-community" slack.
# --> http://slack.famous.org/#
Join the discussion --> http://slack.famous.org/
There is a bunch of learning material at --> http://famous.org/learn
There are api docs at --> http://famous.org/docs
Do you think this readme needs work? So do we! Feel free to send a PR!!!
###LICENSE
MIT