Skip to content

visuallylab/frontend-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

frontend-boilerplate

based on next.js example of with ts

Containes

next.js styled-jsx ts apollo

Install it and run:

npm install
npm run dev
# or
yarn
yarn dev

Browser support

Next.js supports IE11 and all modern browsers out of the box using @babel/preset-env.

The next/babel preset includes everything needed to transpile React applications. This includes:

preset-env preset-react plugin-proposal-class-properties plugin-proposal-object-rest-spread plugin-transform-runtime styled-jsx