Skip to content

simnalamburt/node-practice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flow + Babel = Love

Use javascript in modern and safe way Right Now. Requires node ≥ 5.0.0

npm install

# Run Babel in watch mode
npm start

npm test        # Type check
npm run build   # Type check + Babel

Wow

// main.js
var hello = (): string => {
  return 'Hello, world';
};

export { hello };

About

Flow + Babel = ❤️

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published