React and Leaflet based frontend application for the Fab City map application.
  • TypeScript 75.7%
  • CSS 21.3%
  • HTML 1.5%
  • JavaScript 1.5%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2021-11-17 16:57:05 -08:00
public Feat/styling updates 2021-06-04 13:02:09 +00:00
src fix: don't show layer control when single poi is selected 2021-11-17 16:57:05 -08:00
types initial commit 2021-02-26 16:57:41 +01:00
.env.example Feat/add graphql client 2021-04-15 23:41:36 +02:00
.eslintrc.js chore: add linter, fix linter bugs 2021-05-21 14:32:24 +02:00
.gitignore feat: add env variables 2021-04-06 22:27:13 +02:00
.gitlab-ci.yml Update .gitlab-ci.yml file 2021-11-03 17:33:58 +00:00
.nvmrc Feat/add poi form 2021-04-30 15:59:19 +00:00
.prettierrc add sidebar 2021-03-12 13:34:52 +01:00
codegen.yml Feat/filter tags 2021-05-28 11:52:06 +00:00
package-lock.json fix: package lock reset 2021-06-04 16:53:31 +02:00
package.json Feat/relation status input 2021-06-04 10:50:11 +00:00
postcss.config.js feat: add tailwindcss 2021-02-26 18:29:09 +01:00
README.md initial commit 2021-02-26 16:57:41 +01:00
snowpack.config.js fix: list elements collapsing 2021-06-11 15:58:17 +02:00
tailwind.config.js Feat/filter tags 2021-05-28 11:52:06 +00:00
tsconfig.json initial commit 2021-02-26 16:57:41 +01:00

New Project

Bootstrapped with Create Snowpack App (CSA).

Available Scripts

npm start

Runs the app in the development mode. Open http://localhost:8080 to view it in the browser.

The page will reload if you make edits. You will also see any lint errors in the console.

npm run build

Builds a static copy of your site to the build/ folder. Your app is ready to be deployed!

For the best production performance: Add a build bundler plugin like "@snowpack/plugin-webpack" to your snowpack.config.js config file.

npm test

Launches the application test runner. Run with the --watch flag (npm test -- --watch) to run in interactive watch mode.