Skip to content

ins429/react-apollo-parcel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Install Parcel

$ mkdir app

$ cd app && yarn init

$ yarn global add parcel-bundler

Add index.html

# index.html

<html>
<body>
  <script src="./src/index.js"></script>
</body>
</html>

Add entry point

$ mkdir src && cd src && touch index.js

$ parcel index.html

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published